home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / SHRDIT.ZIP;1 / PROLOG.ZIP / SH-PRO.CTL next >
Encoding:
Text File  |  1994-03-30  |  905 b   |  43 lines

  1. % Parameter control file for Prolog language source used by shrouder program
  2.  
  3.  
  4. % These parameters control string processing
  5. STRING: ","
  6. CHAR: ','
  7. SPECIAL CHAR: \
  8.  
  9. % These parameters control name substitutions
  10. NAME JOINS: _
  11. KEEP LENGTH: Yes
  12. KEEP SEPARATORS: Yes
  13. CASE SENSITIVE: Yes
  14. FORCE CAPS: No
  15. MAX LENGTH: 31
  16. DUP CHECK: 4
  17.  
  18. % Comment delimiters
  19. LINE COMMENT: %
  20. COMMENT: /*,*/
  21. NESTED: No
  22. OUT COMMENT: %
  23.  
  24. % Include file handling
  25. INCLUDING: include,""
  26. REPLACE NUMBS: constants  &&name = &&numb
  27. REPLACE STRGS: constants  &&name = &&text
  28. STRING TO HEX: Yes
  29.  
  30.  
  31. % Random name generation and miscellaneous
  32. SEED RANDOM: Yes
  33. COMPRESS LINE: Yes,75
  34. COMPRESS OFF: predicates,
  35. FUNCTIONS OFF: predicates,
  36. REGISTRATION: LNK Corporation, 1994.
  37. SERIAL NUMBER: P01-,SH-1
  38. OBSCURE NAMES: No
  39. BLOCK TOKENS: :,.
  40. DEFINE CODE: constants &&name = &&text
  41. DEFINE GLOBLS: No
  42. DEFINE KEYWRD: No
  43.